home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / Perl_WWW_Utilities / weblog1.1 / README next >
Encoding:
Text File  |  1995-06-25  |  939 b   |  30 lines

  1. Weblog1.1
  2.  
  3. Matt Mankins <mmankins@cs.cs.miami.edu>
  4. Burt Rosenberg
  5. (C) 1995.  Free to distribute
  6.  
  7. Installation:
  8.  
  9. 1. cd to uncgi
  10. 2. Edit the Makefile, changing the CGI-BIN directory to match your system.
  11. 3. Do a make install.
  12. 4. Move visitor.pl to CGI-BIN
  13. 5. Edit visitor.pl, changing the $wdir variable to be the directory you want your 
  14. Webbook files kept in.  Also edit $ipath to equal the WEBSPACE path of your image 
  15. directory where visitors.gif is kept.
  16. 6. Create the directory specified in $wdir.
  17. 7. Change ownership of $wdir to user nobody (or whatever user runs your httpd 
  18. daemon.) 
  19.    % su
  20.    # chown nobody $wdir
  21. 8. Change file permissions on $wdir to 755.
  22.    # chmod 755 $wdir
  23. 9. Move visitors.html to $wdir.
  24. 10. Move visitors.gif to $ipath.
  25. 11. Place weblog.html in an appropriate directory, editing all URLs as needed.
  26. 12. Point your webbrowser to http://yourmachine.edu/weblog.html
  27.  
  28. Matt Mankins
  29. mmankins@mail.arc.miami.edu
  30.